.pricing-section {
    margin-top: 70px;
    margin-bottom: 41px;
}

.pricing-section__button {
    margin-top: -65px;
}

.pricing-container {
    max-width: 900px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.pricing-content {
    margin-bottom: 65px;
    gap: 65px;
    display: flex;
    flex-direction: column;
}

.pricing-item {
    border-radius: 16px;
    opacity: 1;
    min-height: 110px;
    box-sizing: border-box;
    position: relative;
    border: 2px solid;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pricing-title {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-size: 17px;
    height: 28px;
    width: fit-content;
    min-width: 130px;
    align-items: center;
    position: absolute;
    top: -14px;
    border: 2px solid;
    left: 16px;
    padding: 0 13px;
}

.pricing-title p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
    color: inherit;
}

.pricing-title-white {
    color: white;
}

.plan-pricing {
    display: flex;
    margin: auto;
    flex-direction: row;
    width: 100%;
}

.plan-pricing-description {
    display: flex;
    flex-direction: column;
    padding-left: 81px;
    padding-right: 30px;
    margin: 45px 0 55px;
    gap: 19px;
}

.plan-pricing-description--row-height {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

@media (min-width: 769px) {
    .plan-pricing-description--row-height {
        padding-left: 50px !important;
    }
}

.pricing-info {
    flex-direction: row;
    display: flex;
    color: #454E54;
}

.pricing-info p {
    color: #454E54;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
}

.pricing-info-large p, .pricing-info-large {
    font-weight: 500 !important;
    font-size: 20px !important;
}

.pricing-info strong,
.pricing-info b,
.pricing-info-large strong,
.pricing-info-large b {
    font-weight: 500;
}

.pricing-extension-checkmark {
    width: 15px;
    height: 15px;
    margin: 5px 16px auto 5px;
}

.pricing-checkmark {
    width: 20px;
    height: 20px;
    margin: auto 16px auto 0;
}

.pricing-detail {
    letter-spacing: 0;
    color: #454E54;
    margin-left: 36px;
}

.pricing-detail--no-margin {
    margin-left: 0 !important;
}

.pricing-detail p {
    margin-bottom: 0;
    margin-left: 0;
    font-weight: 400;
    font-size: 16px;
}

@media (max-width: 900px) {
    .pricing-container {
        padding: 0 20px;
    }

    .pricing-section {
        margin-top: 30px;
        margin-bottom: 65px;
    }

    .pricing-detail p {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .pricing-item,
    .plan-pricing,
    .plan-pricing-content,
    .pricing-period {
        max-height: none;
        height: auto;
    }

    .pricing-item {
        width: 100%;
        display: flex !important;
        margin: auto !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .pricing-item--row-height {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .plan-pricing {
        display: block;
        margin: auto 0 !important;
        min-height: 0;
    }

    .plan-pricing--row-height {
        min-height: 0;
    }

    .plan-pricing-main {
        display: block;
        margin-bottom: 20px;
    }

    .plan-pricing-main--row-height {
        margin-bottom: 0 !important;
    }

    .plan-pricing-description {
        padding-left: 55px;
        padding-right: 20px;
        margin: 0;
    }

    .pricing-title {
        left: auto;
        margin: 0 auto;
    }

    .pricing-detail p {
        margin-right: 0;
    }
}
